翻訳と辞書
Words near each other
・ Adapted Conventional Armed Forces in Europe Treaty
・ Adapted live stage tours
・ Adapted physical education
・ Adapted process
・ Adapter
・ Adapter (computing)
・ Adapter (disambiguation)
・ Adapter (genetics)
・ Adapter (rocketry)
・ Adapter molecule crk
・ Adapter pattern
・ Adapteva
・ Adaptin
・ Adapting Minds
・ Adaptiv
Adaptive algorithm
・ Adaptive architecture
・ Adaptive autonomy
・ Adaptive beamformer
・ Adaptive behavior
・ Adaptive behavior (ecology)
・ Adaptive Behavior (journal)
・ Adaptive behaviors
・ Adaptive bias
・ Adaptive Binary Optimization
・ Adaptive bitrate streaming
・ Adaptive capacity
・ Adaptive chosen-ciphertext attack
・ Adaptive clinical trial
・ Adaptive clothing


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Adaptive algorithm : ウィキペディア英語版
Adaptive algorithm
An adaptive algorithm is an algorithm that changes its behavior based on information available at the time it is run. This might be information about computational resources available, or the history of data recently received.
For example, stable partition, using no additional memory is ''O''(''n'' lg ''n'') but given ''O''(''n'') memory, it can be ''O''(''n'') in time. As implemented by the C++ Standard Library, (stable_partition ) is adaptive and so it acquires as much memory as it can get (up to what it would need at most) and applies the algorithm using that available memory. Another example is adaptive sort, whose behaviour changes upon the presortedness of its input.
An example of an adaptive algorithm in radar systems is the constant false alarm rate (CFAR) detector.
In machine learning and optimization, many algorithms are adaptive or have adaptive variants, which usually means that the algorithm parameters are automatically adjusted according to statistics about the optimisation thus far (e.g. the rate of convergence). Examples include adaptive simulated annealing, adaptive coordinate descent, AdaBoost, and adaptive quadrature.
In data compression, adaptive coding algorithms such as Adaptive Huffman coding or Prediction by partial matching can take a stream of data as input, and adapt their compression technique based on the symbols that they have already encountered.
In signal processing, the Adaptive Transform Acoustic Coding (ATRAC) codec used in MiniDisc recorders is called "adaptive" because the window length (the size of an audio "chunk") can change according to the nature of the sound being compressed, to try and achieve the best-sounding compression strategy.
==See also==

* Adaptive filter

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Adaptive algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.